<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, ul, li, h1, h2, h3, h4, h5, h6, form, dl, dt, dd { margin: 0px; padding: 0px; font-size: 12px; font-weight: normal;}
html,body{height:100%;}
body{font:12px; font-family:"Microsoft YaHei";}
a {font-size:"Microsoft YaHei";}
p {margin: 0; padding: 0;}
ul,li { list-style: none; }
img { border-style: none; }
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #136ad3;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/*æ–‡æœ¬æ¡†å‘å…‰æ•ˆæžœå¼€å§‹*/
		input[type=text]:focus,input[type=password]:focus,textarea:focus{

			 transition:border linear .2s,box-shadow linear .5s;
			 -moz-transition:border linear .2s,-moz-box-shadow linear .5s;
			 -webkit-transition:border linear .2s,-webkit-box-shadow linear .5s;
			 outline:none;border-color:rgba(94,207,186,.75);
			 box-shadow:0 0 8px rgba(94,207,186,.5);
			 -moz-box-shadow:0 0 8px rgba(94,207,186,.5);
			 -webkit-box-shadow:0 0 8px rgba(94,207,186,3);
		}
/*æ–‡æœ¬æ¡†å‘å…‰æ•ˆæžœç»“æŸ*/
</pre></body></html>